home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / ABUSESRC.ZIP / AbuseSrc / imlib / port / dos4gw / vcado.map < prev    next >
Encoding:
Text File  |  1995-11-07  |  23.1 KB  |  575 lines

  1. WATCOM Linker Version 10.0
  2. Copyright by WATCOM International Corp. 1985, 1994. All rights reserved.
  3. Created on:       96/12/29 14:42:58
  4. Executable Image: vcado.exe
  5. creating a Rational Systems executable
  6. Warning(1028): char unsigned near * near name_to_address( char near *, int ) is an undefined reference
  7. Warning(1028): void near dprintf( char const near *, ... ) is an undefined reference
  8. Warning(1028): int near bwt_init() is an undefined reference
  9. Warning(1028): void near bwt_uninit() is an undefined reference
  10. Warning(1028): near bwt_in_socket::bwt_in_socket( int ) is an undefined reference
  11. Warning(1028): near bwt_out_socket::bwt_out_socket() is an undefined reference
  12. Warning(1028): int near bwt_out_socket::try_connect( char near *, int ) is an undefined reference
  13. Warning(1028): int near bwt_get_my_ip() is an undefined reference
  14.  
  15.  
  16.                         +------------+
  17.                         |   Groups   |
  18.                         +------------+
  19.  
  20. Group                           Address              Size
  21. =====                           =======              ====
  22.  
  23. DGROUP                          0002:00000000        000140e0
  24.  
  25.  
  26.  
  27.                         +--------------+
  28.                         |   Segments   |
  29.                         +--------------+
  30.  
  31. Segment                Class          Group          Address         Size
  32. =======                =====          =====          =======         ====
  33.  
  34. BEGTEXT                CODE                          0001:00000000   00000010
  35. _TEXT                  CODE                          0001:00000010   0000b63b
  36. _NULL                  BEGDATA        DGROUP         0002:00000000   00000004
  37. _AFTERNULL             BEGDATA        DGROUP         0002:00000004   00000000
  38. CONST                  DATA           DGROUP         0002:00000004   0000086c
  39. CONST2                 DATA           DGROUP         0002:00000870   000000d0
  40. _DATA                  DATA           DGROUP         0002:00000940   0000080c
  41. TIB                    DATA           DGROUP         0002:0000114c   00000000
  42. TI                     DATA           DGROUP         0002:0000114c   00000000
  43. TIE                    DATA           DGROUP         0002:0000114c   00000000
  44. XIB                    DATA           DGROUP         0002:0000114c   00000000
  45. XI                     DATA           DGROUP         0002:0000114c   0000002a
  46. XIE                    DATA           DGROUP         0002:00001176   00000000
  47. YIB                    DATA           DGROUP         0002:00001176   00000000
  48. YI                     DATA           DGROUP         0002:00001176   0000000c
  49. YIE                    DATA           DGROUP         0002:00001182   00000000
  50. DATA                   DATA           DGROUP         0002:00001182   00000000
  51. _BSS                   BSS            DGROUP         0002:00001184   00001754
  52. STACK                  STACK          DGROUP         0002:000028e0   00011800
  53.  
  54.  
  55.                         +----------------+
  56.                         |   Memory Map   |
  57.                         +----------------+
  58.  
  59. * = unreferenced symbol
  60. + = symbol only referenced locally
  61.  
  62. Address        Symbol
  63. =======        ======
  64.  
  65. Module: .\wat\opt\ipxtest.obj(F:\IMLIB\PORT\DOS4GW\ipxtest.c)
  66. 0001:00000010  main_
  67. 0001:00000010  void near free_up_memory()
  68. Module: .\wat\opt\ipx.obj(F:\IMLIB\PORT\DOS4GW\ipx.c)
  69. 0001:00000014  int near ipx_init()
  70. 0001:0000005a  void near ipx_uninit()
  71. 0001:0000005b* void near close_ipx_socket( int )
  72. 0001:000000a8* void near ipx_idle()
  73. 0001:000000d8  char unsigned near * near ipx_get_local_address()
  74. 0001:0000016c* void near ipx_listen( ECBStructure near * )
  75. 0001:000001da  near ipx_out_socket::ipx_out_socket( int )
  76. 0001:000004e2* int near ipx_send_packet( void near * )
  77. 0001:0000052f  int near ipx_out_socket::try_connect( char near *, int )
  78. 0001:000007ed+ int near ipx_out_socket::ready_to_read()
  79. 0001:00000836+ int near ipx_out_socket::ready_to_write()
  80. 0001:0000084a+ int near ipx_out_socket::send( packet near & )
  81. 0001:00000986+ int near ipx_out_socket::get( packet near & )
  82. 0001:00000c33+ near ipx_out_socket::~ipx_out_socket()
  83. 0001:00000cd0  near ipx_in_socket::ipx_in_socket( int )
  84. 0001:00000cf9+ out_socket near * near ipx_in_socket::check_for_connect()
  85. 0001:00000fc4+ near ipx_in_socket::~ipx_in_socket()
  86. Module: .\wat\opt\doscall.obj(D:\U\CRACK\IMLIB\port\dos4gw\doscall.c)
  87. 0001:0000100c  void near RM_intr( int, rminfo near * )
  88. 0001:00001061  void near * near alloc_low_memory( long )
  89. 0001:00001109  void near free_low_memory( void near * )
  90. 0001:000011ac  long near low_memory_available()
  91. Module: ..\..\wat\opt\packet.obj(F:\IMLIB\packet.c)
  92. 0001:00001320* int near packet::advance( long )
  93. 0001:0000133a* void near packet::write_long( long unsigned )
  94. 0001:000013a6* void near packet::write_short( short unsigned )
  95. 0001:00001420* void near packet::write_byte( char unsigned )
  96. 0001:0000144e* near packet::~packet()
  97. 0001:0000145c* near packet::packet( int )
  98. 0001:0000149e* void near packet::get_string( char near *, int )
  99. 0001:000014e8* void near packet::reset()
  100. 0001:000014f7  void near packet::make_bigger( int )
  101. 0001:00001514* int near packet::read( char unsigned near *, int )
  102. 0001:00001554* int near packet::write( char unsigned near *, int )
  103. 0001:000015c5* void near packet::insert_into( packet near & )
  104. Module: ..\..\wat\opt\jmalloc.obj(F:\IMLIB\jmalloc.c)
  105. 0001:0000163c* int near block_manager::valid_static_ptr( void near * )
  106. 0001:0000169a* int near block_manager::valid_cache_ptr( void near * )
  107. 0001:000016fb* void near block_manager::report( __iobuf near * )
  108. 0001:000018cf* long near block_manager::pointer_size( void near * )
  109. 0001:000018dd* long near block_manager::available()
  110. 0001:000018ff* long near block_manager::allocated()
  111. 0001:0000191c* void near block_manager::init( void near *, long, char unsigned )
  112. 0001:0000198a+ void near * near block_manager::static_alloc( long, char near * )
  113. 0001:00001a7e+ void near * near block_manager::cache_alloc( long, char near * )
  114. 0001:00001bbc+ void near block_manager::cache_free( void near * )
  115. 0001:00001d25+ void near block_manager::static_free( void near * )
  116. 0001:00001e39* void near jmalloc_uninit()
  117. 0001:00001e85* void near jmem_cleanup( int, void near * )
  118. 0001:00001ecf* void near jmalloc_init( long )
  119. 0001:000020e4* long near j_available()
  120. 0001:0000212d* long near j_allocated()
  121. 0001:0000216c  void near * near jmalloc( long, char near * )
  122. 0001:000021d8  void near jfree( void near * )
  123. 0001:000021d8  void near operator delete( void near * )
  124. 0001:00002269  void near * near jrealloc( void near *, long, char near * )
  125. 0001:00002531* void near dmem_report()
  126. 0001:00002767* void near mem_report( char near * )
  127. 0001:00002983  void near * near operator new( int unsigned )
  128. 0001:000029f1* long near small_ptr_size( void near * )
  129. 0001:000029f7* int near valid_ptr( void near * )
  130. 0002:00000940+ int near jmalloc_max_size
  131. 0002:000011b8  int near alloc_space
  132. 0002:000011bc+ block_manager near bmanage[]
  133. 0002:00002628+ int near bmanage_total
  134. Module: .\wat\opt\timing.obj(F:\IMLIB\port\dos4gw\timing.c)
  135. 0002:00002634+ long unsigned volatile near tick_counter
  136. 0002:00002638+ void (near * near install_timer_handler)( void (near *)())
  137. 0002:0000263c+ void (near * near uninstall_timer_handler)()
  138. 0002:00002640+ char unsigned near timer_installed
  139. 0002:00002650+ int near total_timer_calls
  140. 0002:00002654+ __enbqgtimer_calls near timer_calls[]
  141. 0001:00002b2c* void near add_timer_call( void (near *)(), int )
  142. 0001:00002b6c* void near remove_timer_call( void (near *)())
  143. 0001:00002bdc+ void far new_timer_int()
  144. 0001:00002c4a+ void near timer_stub()
  145. 0001:00002ca2* void near timer_init()
  146. 0001:00002d88+ void near timer_uninit()
  147. 0001:00002f78* void near time_marker::get_time()
  148. 0001:00002f78  near time_marker::time_marker()
  149. 0001:00002f87  double near time_marker::diff_time( time_marker near * )
  150. 0001:00002fa4  void near milli_wait( int unsigned )
  151. Module: .\wat\opt\jnet.obj(F:\IMLIB\PORT\DOS4GW\jnet.c)
  152. 0002:000026a8  char near last_sock_err[]
  153. 0002:00002770  int near current_sock_err
  154. 0001:00002fcc* void near set_sock_err( int )
  155. 0001:00002fd2* int near net_init( int )
  156. 0001:00003018* void near net_uninit()
  157. 0001:00003037* in_socket near * near create_in_socket( int )
  158. 0001:00003079* out_socket near * near create_out_socket( char near *, int )
  159. 0001:000030f5* char unsigned near * near get_local_address()
  160. 0001:0000312e  near out_socket::~out_socket()
  161. Module: c:\watcom\lib386\dos\clib3r.lib(cstrt386)
  162. 0001:00000003* ___begtext
  163. 0002:00000000* __nullarea
  164. 0002:0000114c* __start_TI
  165. 0002:0000114c* __end_TI
  166. 0002:00000950  __GDAptr
  167. 0002:00000954  __D16Infoseg
  168. 0002:00000956  __x386_zero_base_selector
  169. 0001:00003138  _cstart_
  170. 0001:000033c7  __exit_
  171. 0001:000033c9  __do_exit_with_msg__
  172. 0001:00003404  __GETDS
  173. Module: c:\watcom\lib386\plib3r.lib(vfun_err)
  174. 0001:0000340f  __wcpp_2_undef_vfun__
  175. Module: c:\watcom\lib386\plib3r.lib(undefed)
  176. 0001:00003434  __wcpp_2_undefed_cdtor__
  177. Module: c:\watcom\lib386\plib3r.lib(pure_err)
  178. 0001:00003446  __wcpp_2_pure_error__
  179. Module: c:\watcom\lib386\dos\clib3r.lib(set386)
  180. 0001:00003470  memset_
  181. Module: c:\watcom\lib386\dos\clib3r.lib(sprintf)
  182. 0001:0000349b  sprintf_
  183. Module: c:\watcom\lib386\dos\clib3r.lib(printf)
  184. 0001:000034cb  printf_
  185. Module: c:\watcom\lib386\dos\clib3r.lib(exit)
  186. 0001:000034ed+ __null_int23_exit_
  187. 0001:000034ee  exit_
  188. 0001:00003506+ _exit_
  189. 0002:00000958  ___atexit
  190. 0002:0000095c+ ___int23_exit
  191. 0002:00000960+ ___FPE_handler_exit
  192. Module: c:\watcom\lib386\plib3r.lib(dtorarst)
  193. 0001:0000351c  __wcpp_2_dtor_array_store__
  194. Module: c:\watcom\lib386\plib3r.lib(opdelarr)
  195. 0001:0000353c  void near operator delete []( void near * )
  196. Module: c:\watcom\lib386\dos\clib3r.lib(fltused)
  197. 0000:00000000  _fltused_
  198. Module: c:\watcom\lib386\dos\emu387.lib(386inite)
  199. 0001:00003547* __fini_387_emulator
  200. 0001:00003542  __init_387_emulator
  201. Module: c:\watcom\lib386\dos\clib3r.lib(_8087386)
  202. 0002:00000964  __8087
  203. 0002:00000965  __real87
  204. Module: c:\watcom\lib386\dos\clib3r.lib(intx386)
  205. 0001:0000354c  int386x_
  206. Module: c:\watcom\lib386\dos\clib3r.lib(fprintf)
  207. 0001:00003565  fprintf_
  208. Module: c:\watcom\lib386\dos\clib3r.lib(iob)
  209. 0002:00000968  ___iob
  210. 0002:00000b70* ___tmpfnext
  211. 0002:00000b71  __fmode
  212. 0002:00002778  ___ClosedStreams
  213. Module: c:\watcom\lib386\dos\clib3r.lib(nfree)
  214. 0001:00003586  _nfree_
  215. 0001:00003586  free_
  216. Module: c:\watcom\lib386\dos\clib3r.lib(nmalloc)
  217. 0001:000035e4  _nmalloc_
  218. 0001:000035e4  malloc_
  219. 0002:00000b7c  ___nheapbeg
  220. 0002:00000b80  ___MiniHeapRover
  221. 0002:00000b84  ___LargestSizeB4MiniHeapRover
  222. Module: c:\watcom\lib386\dos\clib3r.lib(nrealloc)
  223. 0001:000036c7* _nrealloc_
  224. 0001:000036c7  realloc_
  225. Module: c:\watcom\lib386\dos\clib3r.lib(fopen)
  226. 0001:0000376d+ __open_flags_
  227. 0001:000038e9+ _fsopen_
  228. 0001:00003904  fopen_
  229. 0001:00003976* freopen_
  230. Module: c:\watcom\lib386\dos\clib3r.lib(fclose)
  231. 0001:0000399a  fclose_
  232. 0001:000039c9  __shutdown_stream_
  233. 0001:000039ea+ __MkTmpFile_
  234. 0001:00003a53  __doclose_
  235. Module: c:\watcom\lib386\dos\clib3r.lib(gtime386)
  236. 0001:00003adc  _dos_getdate_
  237. 0001:00003af7  _dos_gettime_
  238. Module: c:\watcom\lib386\dos\clib3r.lib(d_getvec)
  239. 0001:00003b11  _dos_getvect_
  240. Module: c:\watcom\lib386\dos\clib3r.lib(d_setvec)
  241. 0001:00003b45  _dos_setvect_
  242. Module: c:\watcom\lib386\dos\clib3r.lib(atexit)
  243. 0001:00003b70+ _Full_at_exit_rtn_
  244. 0001:00003ba7  atexit_
  245. 0002:0000277c+ __ExitList
  246. 0002:000027fc+ __ExitCount
  247. Module: c:\watcom\lib386\dos\clib3r.lib(stime386)
  248. 0001:00003be4  _dos_setdate_
  249. 0001:00003c09  _dos_settime_
  250. Module: c:\watcom\lib386\dos\clib3r.lib(delay386)
  251. 0001:00003c2e  delay_
  252. Module: c:\watcom\lib386\dos\clib3r.lib(cmain386)
  253. 0001:00003c33  __CMain
  254. Module: c:\watcom\lib386\dos\clib3r.lib(inirt386)
  255. 0001:00003c82  __InitRtns
  256. 0001:00003ccd  __FiniRtns
  257. Module: c:\watcom\lib386\dos\clib3r.lib(seg386)
  258. 0000:00001234  __DOSseg__
  259. Module: c:\watcom\lib386\dos\clib3r.lib(crwd386)
  260. 0002:00000b98  __psp
  261. 0002:00000bc3  __osmajor
  262. 0002:00000bc4  __osminor
  263. 0002:00000bba  __Extender
  264. 0002:00000bbb  __ExtenderSubtype
  265. 0002:00000bbc  __X32VM
  266. 0002:00000b9c* __x386_stacklow
  267. 0002:00000b90  __LpCmdLine
  268. 0002:00000b94  __LpPgmName
  269. 0002:00000b88  __dynend
  270. 0002:00000b8c  __curbrk
  271. 0002:00000b9c  __STACKLOW
  272. 0002:00000ba0  __STACKTOP
  273. 0002:00000ba4  __ASTACKSIZ
  274. 0002:00000ba8  __ASTACKPTR
  275. 0002:00000bac* __cbyte
  276. 0002:00000bb0* __cbyte2
  277. 0002:00000bb4  __child
  278. 0002:00000bbd  __Envptr
  279. 0002:00000bc1  __Envseg
  280. 0002:00000bb8  __no87
  281. 0002:00000bc5  __FPE_handler
  282. 0002:00000bc5  ___FPE_handler
  283. Module: c:\watcom\lib386\plib3r.lib(prwdata)
  284. 0002:00000bca  __wint_pure_error_flag
  285. 0002:00000bcc  __wint_undef_vfun_flag
  286. 0002:00000bce* __wint_module_init
  287. Module: c:\watcom\lib386\plib3r.lib(fatalerr)
  288. 0001:00003d20  __wcpp_2_fatal_runtime_error__
  289. Module: c:\watcom\lib386\dos\clib3r.lib(__stos)
  290. 0001:00003d40  __STOSB
  291. 0001:00003d77* __STOSD
  292. Module: c:\watcom\lib386\dos\clib3r.lib(prtf)
  293. 0001:00003de3  __prtf_
  294. Module: c:\watcom\lib386\dos\clib3r.lib(fprtf)
  295. 0001:000047ee  __fprtf_
  296. Module: c:\watcom\lib386\plib3r.lib(stabadt)
  297. 0001:00004874  __wcpp_2_dtor_array__
  298. Module: c:\watcom\lib386\dos\clib3r.lib(setefg)
  299. 0001:000048a2  __setEFGfmt_
  300. Module: c:\watcom\lib386\math387r.lib(dosinite)
  301. 0001:000048be  __sys_init_387_emulator
  302. 0001:00004a43  __sys_fini_387_emulator
  303. Module: c:\watcom\lib386\dos\clib3r.lib(chk8087)
  304. 0001:00004b22+ __init_8087_
  305. 0001:00004b53* _fpreset_
  306. 0001:00004b5d  __chk8087_
  307. Module: c:\watcom\lib386\dos\clib3r.lib(intxa386)
  308. 0001:00004b9e  __int386x_
  309. 0001:00004bfb* _DoINTR_
  310. Module: c:\watcom\lib386\dos\clib3r.lib(stinit)
  311. 0002:00002800  ___OpenStreams
  312. Module: c:\watcom\lib386\dos\clib3r.lib(memalloc)
  313. 0001:00004f7c  __MemAllocator
  314. 0001:00005024  __MemFree
  315. Module: c:\watcom\lib386\dos\clib3r.lib(heapmod)
  316. 0002:00002804  ___fheap_clean
  317. 0002:00002805  ___nheap_clean
  318. Module: c:\watcom\lib386\dos\clib3r.lib(grownear)
  319. 0001:0000516e+ __FreeDPMIBlocks_
  320. 0001:000051cc  __ReAllocDPMIBlock_
  321. 0001:00005343+ __LastFree_
  322. 0001:00005513  __ExpandDGROUP_
  323. Module: c:\watcom\lib386\dos\clib3r.lib(nmemneed)
  324. 0001:000056ce  __nmemneed_
  325. Module: c:\watcom\lib386\dos\clib3r.lib(nmsize)
  326. 0001:000056d1  _nmsize_
  327. 0001:000056d1* _msize_
  328. Module: c:\watcom\lib386\dos\clib3r.lib(nexpand)
  329. 0001:000056da  _nexpand_
  330. 0001:000056da* _expand_
  331. 0001:00005712+ __HeapManager_expand_
  332. Module: c:\watcom\lib386\dos\clib3r.lib(tolower)
  333. 0001:00005904  tolower_
  334. 0001:00005904* _tolower_
  335. Module: c:\watcom\lib386\dos\clib3r.lib(seterrno)
  336. 0001:00005912* __set_EDOM_
  337. 0001:00005917  __set_errno_
  338. 0001:00005923  __set_ERANGE_
  339. 0001:0000592a  __set_EINVAL_
  340. 0001:0000593a  __set_doserrno_
  341. 0001:00005946* __FPE_exception_
  342. Module: c:\watcom\lib386\dos\clib3r.lib(open)
  343. 0001:0000594d* open_
  344. 0001:00005971  sopen_
  345. 0001:00005b36* __set_binary_
  346. Module: c:\watcom\lib386\dos\clib3r.lib(allocfp)
  347. 0001:00005b9b  __allocfp_
  348. 0001:00005c43  __freefp_
  349. 0001:00005c7c  __purgefp_
  350. Module: c:\watcom\lib386\dos\clib3r.lib(fseek)
  351. 0001:00005cdc  fseek_
  352. Module: c:\watcom\lib386\dos\clib3r.lib(chktty)
  353. 0001:00005dd8  __chktty_
  354. Module: c:\watcom\lib386\dos\clib3r.lib(gtpid)
  355. 0001:00005e09  getpid_
  356. Module: c:\watcom\lib386\dos\clib3r.lib(flush)
  357. 0001:00005e0f  __flush_
  358. Module: c:\watcom\lib386\dos\clib3r.lib(ftell)
  359. 0001:00005ece  ftell_
  360. Module: c:\watcom\lib386\dos\clib3r.lib(lseek)
  361. 0001:00005efe  lseek_
  362. 0001:00005efe* _lseek_
  363. Module: c:\watcom\lib386\dos\clib3r.lib(_clse)
  364. 0001:00005f3f  __close_
  365. Module: c:\watcom\lib386\dos\clib3r.lib(remove)
  366. 0001:00005f71  remove_
  367. Module: c:\watcom\lib386\dos\clib3r.lib(delay)
  368. 0001:00005f76  __delay_init_
  369. 0001:00005fa8  __delay_
  370. Module: c:\watcom\lib386\dos\clib3r.lib(stack386)
  371. 0001:00005fe0  stackavail_
  372. Module: c:\watcom\lib386\dos\clib3r.lib(cinit)
  373. 0001:00005fe9  __CommonInit_
  374. Module: c:\watcom\lib386\dos\clib3r.lib(___argc)
  375. 0002:0000280c  ____Argc
  376. 0002:00002810  ____Argv
  377. Module: c:\watcom\lib386\dos\clib3r.lib(enterdb)
  378. 0001:00005ff4  __EnterWVIDEO_
  379. 0002:00000c20+ ___WD_Present
  380. Module: c:\watcom\lib386\dos\clib3r.lib(xmsg)
  381. 0001:0000601a  __exit_with_msg_
  382. 0001:0000601f  __fatal_runtime_error_
  383. Module: c:\watcom\lib386\dos\clib3r.lib(itoa)
  384. 0001:00006061+ utoa_
  385. 0001:000060ab  itoa_
  386. 0001:000060ab* _itoa_
  387. Module: c:\watcom\lib386\dos\clib3r.lib(noefgfmt)
  388. 0002:00000c24  ___EFG_printf
  389. 0002:00000c28  ___EFG_scanf
  390. Module: c:\watcom\lib386\dos\clib3r.lib(ltoa)
  391. 0001:000060fd  ultoa_
  392. 0001:00006146  ltoa_
  393. 0001:00006146* _ltoa_
  394. Module: c:\watcom\lib386\dos\clib3r.lib(toupper)
  395. 0001:00006161  toupper_
  396. 0001:00006161* _toupper_
  397. Module: c:\watcom\lib386\dos\clib3r.lib(fputc)
  398. 0001:0000616f  fputc_
  399. Module: c:\watcom\lib386\dos\clib3r.lib(ioalloc)
  400. 0001:00006213  __ioalloc_
  401. Module: c:\watcom\lib386\plib3r.lib(stabarr)
  402. 0001:000062b9  __wcpp_2_arr_register__
  403. 0002:0000116a* rt_init __based("XI") __wcpp_2_data_stab_init_arr_
  404. Module: c:\watcom\lib386\plib3r.lib(stabdtor)
  405. 0001:000064b0  __wcpp_2_destruct_internal__
  406. 0001:000064ba* __wcpp_2_destruct_all__
  407. 0001:000064bc* __wcpp_2_destruct__
  408. 0001:000064ce* __wcpp_2_destruct_after_all__
  409. 0001:000064d0* __wcpp_2_destruct_after__
  410. Module: c:\watcom\lib386\plib3r.lib(stabreg)
  411. 0001:000064e0  __wcpp_2_base_register__
  412. 0001:000064f9* __wcpp_2_base_deregister__
  413. 0001:00006500* __wcpp_2_base_deregister_2__
  414. 0001:0000650a  __wcpp_2_internal_deregister__
  415. Module: c:\watcom\lib386\dos\clib3r.lib(efgfmt)
  416. 0001:00006513  _EFG_Format_
  417. Module: c:\watcom\lib386\math387r.lib(cnvs2d)
  418. 0001:00006638  __cnvs2d_
  419. Module: c:\watcom\lib386\dos\emu387.lib(emu387)
  420. 0001:000069e4* __int7_X32VM
  421. 0001:00006a30  __int7
  422. 0001:000069c0  __int7_pl3
  423. Module: c:\watcom\lib386\dos\clib3r.lib(hook387)
  424. 0001:0000986e  __hook387
  425. 0001:00009938  __unhook387
  426. Module: c:\watcom\lib386\dos\clib3r.lib(8087cw)
  427. 0002:00000cb8  __8087cw
  428. Module: c:\watcom\lib386\dos\clib3r.lib(save8087)
  429. 0002:00000cbc  ___Save8087
  430. 0002:00000cc0  ___Rest8087
  431. Module: c:\watcom\lib386\dos\clib3r.lib(ini87386)
  432. 0001:00009992  __init_80x87
  433. Module: c:\watcom\lib386\dos\clib3r.lib(initfile)
  434. 0001:000099b9  __InitFiles_
  435. Module: c:\watcom\lib386\dos\clib3r.lib(ioexit)
  436. 0001:00009a31  __full_io_exit_
  437. 0001:00009a3d* fcloseall_
  438. Module: c:\watcom\lib386\dos\clib3r.lib(minreal)
  439. 0002:00002894  ___minreal
  440. Module: c:\watcom\lib386\dos\clib3r.lib(heapen)
  441. 0001:00009a94* _heapenable_
  442. 0002:00000cc4  ___heap_enabled
  443. Module: c:\watcom\lib386\dos\clib3r.lib(sbrk386)
  444. 0001:00009aa4* sbrk_
  445. 0001:00009b63  __brk_
  446. Module: c:\watcom\lib386\dos\clib3r.lib(amblksiz)
  447. 0002:00000cc8  __amblksiz
  448. Module: c:\watcom\lib386\dos\clib3r.lib(errno)
  449. 0001:00009c25  __get_errno_ptr_
  450. 0001:00009c2b  __get_doserrno_ptr_
  451. 0002:00002898+ __doserrno
  452. 0002:0000289c+ _errno
  453. Module: c:\watcom\lib386\dos\clib3r.lib(isatt)
  454. 0001:00009c31  isatty_
  455. Module: c:\watcom\lib386\dos\clib3r.lib(dosret)
  456. 0001:00009c4f* _dosret0_
  457. 0001:00009c56* _dosretax_
  458. 0001:00009c5b  __set_errno_dos_
  459. Module: c:\watcom\lib386\dos\clib3r.lib(umaskval)
  460. 0002:00000ce0  ___umaskval
  461. Module: c:\watcom\lib386\dos\clib3r.lib(iomode)
  462. 0001:00009cc1  __IOMode_
  463. 0001:00009d16  __SetIOMode_
  464. 0002:00000ce4+ ___NFiles
  465. 0002:00000ce8+ ___init_mode
  466. 0002:00000d38+ __iomode
  467. Module: c:\watcom\lib386\dos\clib3r.lib(tell)
  468. 0001:00009d2b  tell_
  469. Module: c:\watcom\lib386\dos\clib3r.lib(qwrit)
  470. 0001:00009d3c  __qwrite_
  471. Module: c:\watcom\lib386\dos\clib3r.lib(unlnk)
  472. 0001:00009db8  unlink_
  473. Module: c:\watcom\lib386\plib3r.lib(tssize)
  474. 0001:00009df8  __wcpp_2_ts_size__
  475. Module: c:\watcom\lib386\plib3r.lib(cppdata)
  476. 0002:000028a0  __wint_thread_data
  477. 0002:000028c0  ___wcpp_2_data_catch_completed_
  478. 0002:000028c4  ___wcpp_2_data_dtreg_vfptrs_
  479. Module: c:\watcom\lib386\plib3r.lib(stabtrav)
  480. 0001:00009e3c+ __wcpp_2_stab_entry__
  481. 0001:00009e6a  __wcpp_2_stab_trav_init__
  482. 0001:00009e8b  __wcpp_2_stab_trav_comp__
  483. 0001:00009e90  __wcpp_2_stab_trav_next__
  484. 0001:00009f15  __wcpp_2_stab_trav_move__
  485. Module: c:\watcom\lib386\plib3r.lib(stabthrw)
  486. 0001:00009fbf  __wcpp_2_corrupted_stack__
  487. 0001:0000a521* __wcpp_2_rethrow__
  488. 0001:0000a54e+ __wcpp_2_catch_done__
  489. 0001:0000a57f* __wcpp_2_throw__
  490. 0001:0000a593* __wcpp_2_throw_zero__
  491. 0002:00001170+ ___wcpp_2_data_init_longjmp_
  492. Module: c:\watcom\lib386\math387r.lib(ftos)
  493. 0001:0000a67d* _SetMaxPrec_
  494. 0001:0000a7f8  _FtoS_
  495. Module: c:\watcom\lib386\math387r.lib(strtod)
  496. 0001:0000aa1c  strtod_
  497. Module: c:\watcom\lib386\plib3r.lib(bittest)
  498. 0001:0000abc8  __wcpp_2_bit_test__
  499. Module: c:\watcom\lib386\plib3r.lib(callterm)
  500. 0001:0000abe8  __wcpp_2_call_terminate__
  501. Module: c:\watcom\lib386\plib3r.lib(tsequiv)
  502. 0001:0000abf6  __wcpp_2_ts_equiv__
  503. Module: c:\watcom\lib386\plib3r.lib(callunex)
  504. 0001:0000ac30  __wcpp_2_call_unexpected__
  505. Module: c:\watcom\lib386\dos\clib3r.lib(stjmp386)
  506. 0001:0000ac36* _setjmp_
  507. 0001:0000ac6b  longjmp_
  508. Module: c:\watcom\lib386\plib3r.lib(allocexc)
  509. 0001:0000ace8  __wcpp_2_alloc_exc__
  510. 0001:0000ae18  __wcpp_2_free_exc__
  511. 0001:0000ae44  __wcpp_2_pop_exc__
  512. 0001:0000ae53  __wcpp_2_push_exc__
  513. Module: c:\watcom\lib386\dos\clib3r.lib(ljmphdl)
  514. 0002:00000d48  ___longjmp_handler
  515. Module: c:\watcom\lib386\math387r.lib(nan_inf)
  516. 0001:0000ae61  __Nan_Inf_
  517. Module: c:\watcom\lib386\math387r.lib(floor)
  518. 0001:0000aee5  floor_
  519. Module: c:\watcom\lib386\math387r.lib(fchop)
  520. 0001:0000af22  __CHP
  521. Module: c:\watcom\lib386\math387r.lib(scale)
  522. 0001:0000af3f+ _Scale_
  523. 0001:0000af80  _Scale10V_
  524. Module: c:\watcom\lib386\math387r.lib(cvt)
  525. 0001:0000b067  __cvt_
  526. Module: c:\watcom\lib386\dos\clib3r.lib(amodf386)
  527. 0001:0000b24e* __ModF
  528. 0001:0000b2de  __ZBuf2F
  529. Module: c:\watcom\lib386\dos\clib3r.lib(hugeval)
  530. 0002:000008e8  __HugeValue
  531. Module: c:\watcom\lib386\plib3r.lib(termnate)
  532. 0001:0000b37c  void near terminate()
  533. Module: c:\watcom\lib386\plib3r.lib(unexpect)
  534. 0001:0000b3c8  void near unexpected()
  535. Module: c:\watcom\lib386\plib3r.lib(areaexc)
  536. 0002:00000d4c  ___EXC_AREA
  537. Module: c:\watcom\lib386\math387r.lib(modf387)
  538. 0001:0000b3fc  modf_
  539. Module: c:\watcom\lib386\math387r.lib(i64ts386)
  540. 0001:0000b416  __CmpBigInt
  541. 0001:0000b450  __Rnd2Int
  542. 0001:0000b4bb  __Bin2String
  543. Module: c:\watcom\lib386\math387r.lib(fpow10)
  544. 0002:000008f0  __BigPow10Table
  545. Module: c:\watcom\lib386\math387r.lib(frexp)
  546. 0001:0000b5dc  frexp_
  547.  
  548.  
  549.                         +---------------------------+
  550.                         |   Unresolved References   |
  551.                         +---------------------------+
  552.  
  553. Undefined Symbol                Referenced by
  554. ================                =============
  555.  
  556. char unsigned near * near name_to_address( char near *, int ) .\wat\opt\ipx.obj(F:\IMLIB\PORT\DOS4GW\ipx.c)
  557. void near dprintf( char const near *, ... ) .\wat\opt\ipx.obj(F:\IMLIB\PORT\DOS4GW\ipx.c)
  558. void near dprintf( char const near *, ... ) .\wat\opt\timing.obj(F:\IMLIB\port\dos4gw\timing.c)
  559. int near bwt_init()             .\wat\opt\jnet.obj(F:\IMLIB\PORT\DOS4GW\jnet.c)
  560. void near bwt_uninit()          .\wat\opt\jnet.obj(F:\IMLIB\PORT\DOS4GW\jnet.c)
  561. near bwt_in_socket::bwt_in_socket( int ) .\wat\opt\jnet.obj(F:\IMLIB\PORT\DOS4GW\jnet.c)
  562. near bwt_out_socket::bwt_out_socket() .\wat\opt\jnet.obj(F:\IMLIB\PORT\DOS4GW\jnet.c)
  563. int near bwt_out_socket::try_connect( char near *, int ) .\wat\opt\jnet.obj(F:\IMLIB\PORT\DOS4GW\jnet.c)
  564. int near bwt_get_my_ip()        .\wat\opt\jnet.obj(F:\IMLIB\PORT\DOS4GW\jnet.c)
  565.  
  566.  
  567.                         +--------------------+
  568.                         |   Libraries Used   |
  569.                         +--------------------+
  570.  
  571. c:\watcom\lib386\dos\clib3r.lib
  572. c:\watcom\lib386\plib3r.lib
  573. c:\watcom\lib386\math387r.lib
  574. c:\watcom\lib386\dos\emu387.lib
  575.